i have to send the schedule push Notification using javascript sdk in android device. i was used the down below api
Schedule Message To User
-
var message = "Message which you have to send",
-
scheduleDate = null
date is string to send the scheduleDate but i was getting an error : "Uncaught TypeError: e.getUTCMonth is not a function", source: file:///android_asset/www/js/libs/App42-all-3.1.min.js (3). which date formate will i sent for scheduleDate.!