I have this
$starttime = $start.ToShortTimeString();
which formats to
8:45 AM
or
3:00 PM
id like it to say
08:45
or
15:00
how can i format this
$starttime = $start.ToShortTimeString(HH:mm);
din't do the trick on a whim.
I have this
$starttime = $start.ToShortTimeString();
which formats to
8:45 AM
or
3:00 PM
id like it to say
08:45
or
15:00
how can i format this
$starttime = $start.ToShortTimeString(HH:mm);
din't do the trick on a whim.