Link Search Menu Expand Document

day

Explanation Returns the day value of a date represented by date.
Call format var d = day( date )
Return value Returns a number from 1 to 31 that represents the 1st to 31st.
Otherwise it will be 0.
Arguments Date date Date object to retrieve the day
Exception None
Example of use
var d = sysdate();
var t = day(d);
Related item year, month, youbi methods