User:Luke/CALWCU.js: Difference between revisions
rv and customize |
test again Tag: Reverted |
||
Line 14: | Line 14: | ||
[ 'HH:mm, DD MMMM YYYY', 'HH:mm, MMMM DD, YYYY' ] | [ 'HH:mm, DD MMMM YYYY', 'HH:mm, MMMM DD, YYYY' ] | ||
); | ); | ||
var stale_date = moment.utc().subtract( | var stale_date = moment.utc().subtract( 30, 'days' ); | ||
if ( reg_date.isBefore( stale_date ) ) { | if ( reg_date.isBefore( stale_date ) ) { |