Difference between revisions of "Manuals/calci/MOMENT"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''MOMENT()'''</div><br/> ==Description== *This function shows the current date and time. *MOMENT is used to display the present date and time in...")
 
Line 11: Line 11:
 
# MOMENT().subtract(INTERVAL(24,"days")) = "2018-04-30T18:55:33.409Z"
 
# MOMENT().subtract(INTERVAL(24,"days")) = "2018-04-30T18:55:33.409Z"
  
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=eR4LPA7p_DU|280|center|Moment}}
  
 
==See Also==
 
==See Also==

Revision as of 15:53, 15 February 2019

MOMENT()


Description

  • This function shows the current date and time.
  • MOMENT is used to display the present date and time in Greenwich mean time which is called GMT time.
  • UK time is GMT only during the winter months.

Examples

  1. MOMENT() = "2018-05-24T18:54:09.484Z"
  2. MOMENT().subtract(23,"days") = "2018-05-01T18:54:54.421Z"
  3. MOMENT().subtract(INTERVAL(24,"days")) = "2018-04-30T18:55:33.409Z"


Related Videos

Moment

See Also

References