Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Popup Time/Date Box

Status
Not open for further replies.

dk99

MIS
Jun 20, 2003
76
GB
Any ideas. I have searched the internet and been unable to find anything.

I need a popup box which will allow users to select the date and time.

I can find reference to a calender popup but I need to be able to also enter the time. I need the popup to populate one field containing the date and time (in the format dd/mm/yyyy hh:mm).

Any ideas ?
 
Do a search for date picker - several has been mentioned in these fora.

What is actually stored in the field (unless you're doing something foolish, and store as text), is a number. Integer part representing ~days since 1900, the decimal part seconds since midnight.

You can however set the format you wish on the control where you display it (provided usage of date/time field).

Roy-Vidar
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top