problem in date asve
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
when I save date it save as for example 06:48 A.M but i want it save such as 18:48 please help me
Tell me you are NOT saving your dates as strings (varchar()). A date should be saved as a DATETIME datatype, NEVER, EVER, EVER use text datatypes to save your dates. If you store your date as Datetime then the format you DISPLAY the data is up to you, look at the datetime type.
Never underestimate the power of human stupidity RAH