User Tools

Site Tools


function:DAY

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
function:DAY [2015/01/15 00:58]
peternlewis
function:DAY [2023/09/20 00:18]
peternlewis
Line 1: Line 1:
-The DAY function returns the day of the month (1-31), either the current day, or the day of the specified [[:​unixtime]].+====== DAY Function ====== 
 + 
 +The DAY([unixtime]) ​function returns the day of the month (1-31), either the current day, or the day of the specified [[:​unixtime]].
  
     DAY() === the current day     DAY() === the current day
     DAY( unixtime ) === the day of the month of the unix time     DAY( unixtime ) === the day of the month of the unix time
 +
 +[[https://​en.wikipedia.org/​wiki/​Unix_time|Unix Time]] (also known as POSIX time or Epoch time) is a system for describing instants in time, defined as the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970
 +
 +Example: 1451492206 – the corresponding ISO 8601 formatted date is 2015-12-30T16:​16:​46Z
 +
 +===== See Also =====
 +
 +=== Actions ===
 +
 +* [[action:​Filter|Filter]] (Process Text Tokens)
 +* [[:​Actions|See all Actions]]
 +
 +=== Functions === 
 +
 +* [[function:​DOW|DOW()]]
 +* [[function:​GMTOFFSET|GMTOFFSET()]]
 +* [[function:​JD2TIME|JD2TIME()]]
 +* [[function:​MJD2TIME|MJD2TIME()]]
 +* [[function:​NOW|NOW()]] (unixtime)
 +* [[function:​TIME|TIME()]] (unixtime)
 +* [[function:​TIME2JD|TIME2JD()]]
 +* [[function:​TIME2MJD|TIME2MJD()]]
 +* [[:​Functions|See all Functions]]
 +
 +=== Tokens ===
 +
 +* [[token:​ICUDateTime|%ICUDateTime%]] (local)
 +* [[token:​ICUDateTimeFor|%ICUDateTimeFor%]] (local)
 +* [[token:​ICUDateTimeMinus|%ICUDateTimeMinus%]] (local)
 +* [[token:​ICUDateTimePlus|%ICUDateTimePlus%]] (local)
 +* [[token:​LongDate|%LongDate%]] (local)
 +* [[token:​LongTime|%LongTime%]] (local)
 +* [[token:​NumberDate|%NumberDate%]] (local)
 +* [[token:​ShortDate|%ShortDate%]] (local)
 +* [[token:​ShortTime|%ShortTime%]] (local)
 +* [[:​Tokens|See all Tokens]]
 +
 +=== Topics ===
 +
 +- [[:​Dates_and_Times|Dates and Times]]
 +- [[:​JulianDate|JulianDate]]
 +- [[:​unixtime]] in GMT
  
function/DAY.txt · Last modified: 2023/09/20 03:18 by peternlewis