@now() Function |
![]() ![]() ![]() |
@now() function returns the current time in milliseconds. The returned value can be used in @fmtdate() and @incrdate() functions. Syntax: @now()
Examples: @fmtdate(now(),'yyyy-MM-dd kk:mm') @// fomatting the current time
@fmtdate(incrdate(now(),'DAY',-5,'yyyy-MM-dd kk:mm'))
|