Feature
Auto generate a dummy date, with the option to pass some config to constrict the date range.
Possible Implementation
<div data-dummy:date></div> <!-- random date in time -->
<div data-dummy:date="2000, 2010"></div> <!-- random date between years -->
<div data-dummy:date="2020-12-01, 2020-12-31"></div> <!-- random date dates -->
<div data-dummy:date="future"></div> <!-- random date in the future (or "past") -->
Not too sure if date formatting is worth exploring here too.
Feature
Auto generate a dummy date, with the option to pass some config to constrict the date range.
Possible Implementation
Not too sure if date formatting is worth exploring here too.