G
Guest
How do I get the value of DateTime to show two characters when it is inthe AM?
What I get in PM = 10/31/07 12:34:22 PM
What I get in AM = 10/31/07 2:34:22 AM
I need: 10/31/07 02:34:22 AM
To make my comparisons easier.
Or better yet, I want to start someting after a certain date.time and end
when another date/time is met. Any ideas how to do this wihtout complicated
string comparisons?
What I get in PM = 10/31/07 12:34:22 PM
What I get in AM = 10/31/07 2:34:22 AM
I need: 10/31/07 02:34:22 AM
To make my comparisons easier.
Or better yet, I want to start someting after a certain date.time and end
when another date/time is met. Any ideas how to do this wihtout complicated
string comparisons?