MyChat Scripts Engine: working with date and time values
Operations with date and time values; transformations, formatting.
|
obtain the number of the day of the month from the specified date; |
||||||
|
obtain the day of the week by the specified date; |
||||||
|
how many whole days between two specified dates; |
||||||
|
obtain the year, month and day values from the date variable; |
||||||
|
obtain the year, month, day, hour, minute, second and millisecond values from the date/time variable; |
||||||
|
obtain the date from the year, month and day values; |
||||||
|
obtain the date from the year, month, day, hour, minute, second and millisecond values; |
||||||
|
date and time values of the end of the day from the specified date; |
||||||
|
date and time values of the end of the month from the specified date; |
||||||
|
date and time values of the end of the week from the specified date; |
||||||
|
date and time values of the end of the year from the specified date; |
||||||
|
converting the date and time into the text string by the specified format; |
||||||
|
obtain an hour value of the day from the specified date; |
||||||
|
how many whole hours between two specified dates; |
||||||
|
add or subtract the number of days to the specified date; |
||||||
|
add or subtract the number of hours to the specified date; |
||||||
|
||||||
|
add or subtract the number of years to the specified date; |
||||||
|
convert the date and time value to UTC; |
||||||
|
quantity of milliseconds between two specified dates; |
||||||
|
obtain the minute of the hour from the specified date; |
||||||
|
obtain the month of the year from the specified date; |
||||||
|
quantity of months between two specified dates; |
||||||
|
get the value "no date and time"; |
||||||
|
obtain the current date and time value; |
||||||
|
obtain the second of the minute from the the specified date; |
||||||
|
seconds quantity between two specified dates; |
||||||
|
date/time value of the start of the day from the specified date; |
||||||
|
date/time value of the start of the month from the specified date; |
||||||
|
date/time value of the start of the week from the specified date ; |
||||||
|
date/time value of the start of the year from the specified date; |
||||||
|
convert UTC date/time value into the local time; |
||||||
|
return the week of the year from the specified date; |
||||||
|
how many weeks between two dates; |
||||||
|
returns the year from the specified date; |
||||||
|
how many whole years between two specified dates. |