Add 1 minute to TimeFormat
the client adds time of 5:30 database , want output 5:31. how add minute:
i know isn't correct, gives little more of idea trying do:
#timeformat(getauction.auctiontime, "hh:mm tt")# +:01
~thanks in advance~
i know isn't correct, gives little more of idea trying do:
#timeformat(getauction.auctiontime, "hh:mm tt")# +:01
~thanks in advance~
create date time object handle midnight. depending on requirements, date portion may or may not matter.
use dateadd add minute
use timeformat display result.
use dateadd add minute
use timeformat display result.
More discussions in ColdFusion
adobe
Comments
Post a Comment