How do I format a datetime object to HHMM?
Versions:
n/a,
FAQ number:
6,
Old FAQ number: 960
Q: How do I format a datetime object to HH:MM?
A: If you for example are looping through a listing and want to format the property PageChanged you can use the methond ToString() to do the trick like the following line of code which will produce de HH:MM format.