and is working fine, but in the official page http://jqueryui.com/datepicker/#default it say you can set a lot of options for the datepicker, Is any way to this:
normal functionality: DD/MM/YYYY
<div class="line number14 index13 alt1">i want to display this: DD/MM/YYYY H:mm</div> <div class="line number14 index13 alt1">so when i select a date from the calendar in the text box y get the date, month and year but also i want the Time (Hour, minutes)</div>
<div class="line number14 index13 alt1">i hope some one can help me. Thanks</div> <div class="line number7 index6 alt2"> </div>
moy7
Member
52 Points
86 Posts
Datepicker problems
Nov 09, 2012 09:42 PM|LINK
im using a date picker provided by jquery
and is working fine, but in the official page http://jqueryui.com/datepicker/#default it say you can set a lot of options for the datepicker, Is any way to this:normal functionality: DD/MM/YYYY
<div class="line number14 index13 alt1">i want to display this: DD/MM/YYYY H:mm</div> <div class="line number14 index13 alt1">so when i select a date from the calendar in the text box y get the date, month and year but also i want the Time (Hour, minutes)</div> <div class="line number14 index13 alt1">i hope some one can help me. Thanks</div> <div class="line number7 index6 alt2">
</div>monjurul hab...
Member
62 Points
11 Posts
Re: Datepicker problems
Nov 09, 2012 09:55 PM|LINK
jQuery datepicker is only to pick date. Time (hour,minute,second) is not included. Try the following link that extend jquery ui datepicker.
jQuery-Timepicker-Addon
Habib
moy7
Member
52 Points
86 Posts
Re: Datepicker problems
Nov 09, 2012 10:08 PM|LINK
but is any way that when i select the date also get the current time i dont want the user can set the time i only want to get the current time.
moy7
Member
52 Points
86 Posts
Re: Datepicker problems
Nov 15, 2012 10:49 PM|LINK
thanks it works