Thanks for this amazing plugin.
I have problems getting the release date. Depending of the country code I'm getting the date in different formats:
https://play.google.com/store/apps/details?id=com.bitstrips.imoji&hl=en
November 22, 2017
https://play.google.com/store/apps/details?id=com.bitstrips.imoji&hl=es
22 de noviembre de 2017
In both cases I'm getting NaN in the line 134 of store-update.common.js file:
// releaseDate = '22 de noviembre de 2017 or 'November 22, 2017'
var daysSinceRelease = moment().diff(moment(new Date(releaseDate)), 'days');
The problem is that the confirm dialog is never shown.
Is there a way to get this date in an ISO format (and independent of the country code)?
Thanks in advance.
Thanks for this amazing plugin.
I have problems getting the release date. Depending of the country code I'm getting the date in different formats:
In both cases I'm getting NaN in the line 134 of store-update.common.js file:
The problem is that the confirm dialog is never shown.
Is there a way to get this date in an ISO format (and independent of the country code)?
Thanks in advance.