TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Vikas
NA
831
195.1k
How to concatenate date and time in angular 6
May 22 2019 7:33 AM
<div class="row">
<div class="col-xs-6">
<div class="form-group">
<div class="wheel-date" style="width: 100% !important;">
<!-- <span>Pickup Date</span> -->
<label for="date_pick">
<input class="form-control date-pick" type="text" placeholder="Pickup Date" ng-model="pickupdate"
[(ngModel)]="Testing.pickupDateTime" [ngModelOptions]="{standalone: true}"
name="date_pick" id="date_pick">
</label>
</div>
</div>
</div>
<div class="col-xs-6">
<div class="form-group">
<!-- <span>Pickup Time</span> -->
<input class="time-pick form-control" type="text" placeholder="Time" name="time_pick" id="time_pick"
ng-model="pickuptime" [(ngModel)]="Testing.pickupDateTime" [ngModelOptions]="{standalone: true}">
</div>
</div>
</div>
Reply
Answers (
1
)
Credit Card Validation
how to increase rows width in wijmo flexy grid?