Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Date/Time entry...needing the values in two separate text boxes..ie i need the date in one and the time in the other, also and this is very imp if the time is changed the date should also change...for example is the day is 16th march 2012 and the time is 10pm...then if the time is put to 12:00 am then the day shud change to the next day i.e 17th march




Ive used the following for the datetime entry

http://keith-wood.name/datetimeEntry.html[^]


Thanks for reading this question and for the help.

Dunstan
Posted
Comments
[no name] 16-Mar-12 10:37am    
What have you tried? What part do you need help with?

Please always provide some code, although as my perception, you can use jQuery change event handler to accomplish what you need. An example of change event handler is like:

$('#textboxDate').change(function(){
\\alter #textboxDate for date
\\alter #textboxTime for time
});
 
Share this answer
 
Has any one worked with Keith Wood's jquery datetimeEntry ?? Need some help with that.

http://keith-wood.name/datetimeEntry.html[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900