getDate
As the name suggests, this functions is to get date. This function when used without any arguments returns a date in this format 'yyyy-mm-dd'.
Parameters
Example Usages
app.getDate();
app.getDate(new Date());
app.getDate(new moment().add(1, "month"));Return Values
Last updated