How can i get the current 24 hour time on request into a textfield, controlled by a html button? i need the exact time when the user presses the button to show up in the text field.
there are a few problems i don't know how to get around...
1) my server time is running on USA central time and i need this to show up in USA eastern time.
2) the textfeild where i'd like the time to appear is within another <form> where i am going to pullng data into a MySQL database. The value of this time must also be submited with the form..
i'm not to swift with javascript... is it needed for this?
i'm not sure how to get the current time into 24hour (military) time, or how to handle the timezone issue.
If anyone knows what i mean, i appreciate all you help.
Thank-you