Web function | Short description of function |
MnDateAdd | Returns the result of adding a set number of time intervals to a date/time |
MnDateAndTimeSerial | Returns a date given separate inputs for year, month, day, hour, minute and second |
MnDateDiff | Returns the number of time intervals between two dates/times |
MnDateDiffFull | Returns the number of time intervals between two dates/times, potentially including weekly data |
MnDatePart | Returns the relevant time part of a date/time |
MnDatePartFull | Returns the relevant time part of a date/time, potentially including weekly data |
MnDateSerial | Returns a date given separate inputs for year, month and day |
MnDateValue | Returns a date given a single string input |
MnDay | Returns the day of a given date/time |
MnHour | Returns the hour of a given date/time |
MnMinute | Returns the minute of a given date/time |
MnMonth | Returns the month of a given date/time |
MnMonthNameEnglish | Returns the (English) name of a given month, possibly abbreviated |
MnNow | Returns current date and time (of server) |
MnSecond | Returns the second of a given date/time |
MnTimeOfDay | Returns the current time of day (of server) as a Date value |
MnTimer | Returns the number of seconds that have elapsed since midnight (for the server) |
MnTimeSerial | Returns a time given separate inputs for hour, minute and second |
MnTimeString | Returns a string representation of the current time (of the server) |
MnTimeValue | Returns the time represented by a given date/time in string representation, ignoring the date |
MnToday | Returns current date (of server) |
MnYear | Returns the year of a given date/time |