Search found 3 matches
- Wed Jul 26, 2017 10:21 am
- Forum: Help Me
- Topic: Javascript time limit(trial)
- Replies: 11
- Views: 21459
Re: Javascript time limit(trial)
var endDate=new Date(); endDate.setFullYear(2017,7,26);//note that the month is 6, not seven because January is zero var today = new Date(); if (endDate>today) { alert("insert your script where this alert is") } else { alert("Your trial has expired, please contact the developer to pu...
- Wed Jul 26, 2017 8:21 am
- Forum: Help Me
- Topic: Javascript time limit(trial)
- Replies: 11
- Views: 21459
Re: Javascript time limit(trial)
Ok. thank you so much. but script continues. it must stop. var endDate=new Date(); endDate.setFullYear(2017,7,26);//note that the month is 6, not seven because January is zero var today = new Date(); if (endDate>today) { alert("insert your script where this alert is") } else { alert("...
- Tue Jul 25, 2017 5:21 pm
- Forum: Help Me
- Topic: Javascript time limit(trial)
- Replies: 11
- Views: 21459
Javascript time limit(trial)
Hello,
i have a problem. how to make trial version.meybe 30 days trial script.
Thank you
i have a problem. how to make trial version.meybe 30 days trial script.
Thank you