How to create a page from the router which will only available for specific dates

Description: We can create a specific pages from the router method which will only available for the specific dates or period of time specified in date by using this method, if the specified date not satisfied with the condition it will show Page Not Found page. JavaScript: Router.js //MyNewModule.Router.js define(‘Franchise.RegisterPage.Router’,    [      … Continue reading How to create a page from the router which will only available for specific dates