Seems to limit dates to 1900 or later. We would love to be able to use much earlier dates, even BCE. Is this possible?
Seems to limit dates to 1900 or later. We would love to be able to use much earlier dates, even BCE. Is this possible?
Yes, we are working to release a new version... you will see some improvements on dates :)
I'm also after more granular dates (for me, just months) is there a quick hack for this?
possibly swapping out the year for months?
<select name="timelineDate" id="timelineDate">
<?php for($i=date('Y'); $i>1899; $i--) :
$selected = '';
if ($link == $i) $selected = ' selected="selected"';?>Now you can choose later dates with a date picker :)
{duplicate post} sorry
You must log in to post.