day-now
Day-now gets current month,day,year and displays them based on some filters.
Usage
var today=;console;// days without zeroes in front,3console;//days with zero in front,03console;//month with its number,04console;//month with its name,Aprilconsole;//month name, 3 April 2018 and delimteter " "console;// us system and - between, 04-03-2018console;// eu system and / between,03/04/2018
Licence
Apache 2.0