Open thanhppm opened 6 years ago
the correct formatting is according to ISO format minus Time.
Eg: '2017-12-27'
Below is the code to construct the format string using JavaScript.
let today = new Date();
today_date = today.getFullYear() +'-'+ (today.getMonth() + 1) +'-'+today.getDate();
Hello guy
I have some error with rnrd when i replace old library
http://prntscr.com/hjoz95 Could you help me solved ?
Thank you