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
brixxApi.getDate();
brixxApi.getDate(new Date());
brixxApi.getDate(new moment().add(1, "month"));Last updated