Java Question Difference between 2 Hours "resolved"

Jose Briceño

Member
Licensed User
perfect. another query and see the time such as:
17:35 and not that it comes out that way 05:35
18:50 and not that it comes out like that 06:50
 

Jose Briceño

Member
Licensed User
DateTime.DateFormat = "dd MM yyyy HH:mm" '24 Hour format .. 'HH'
Log (DateTime.Date(DateTime.now))

DateTime.DateFormat = "dd MM yyyy hh:mm" '12 hour format .. 'hh'
Log (DateTime.Date(DateTime.now))
 
Top