You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just started using your plugin and it's great! However, I'm having a slight issue in getting dates to show up when only a start date (day, month, year) has been defined and no end date. This is what I have:
Here's the concept of the different date display types:
"date" : Displays the date with all available information, including year, month, day, time. Example: "Tuesday March 15th 2013, 8:30 AM".
"date-short" : Precision level stops at year and month. Doesn't show day or time information. Year is always displayed. Example: "March 2013".
"date-basic" : Doesn't show time. Doesn't show the year. Day numeral is displayed without the "th". Example: "March 15".
Let me know if this "date-basic" variant matches your use-case. As it wasn't complete, this variant hasn't ever been used – so we may modify the formatting according to what you need.
Another interesting feature could be to display the year, but only if it differs from the current year.
I've just started using your plugin and it's great! However, I'm having a slight issue in getting dates to show up when only a start date (day, month, year) has been defined and no end date. This is what I have:
Dates with both start and end show up but the ones with only a start date output the
h5
tag but nothing else.The text was updated successfully, but these errors were encountered: