Comma between date and time
-
I’d like to separate date and time with a comma like so:
May 3 2016, 12:00
But there is a hard-coded space before and after the delimiter. How to fix this?
-
Have you tried using the date format options in the calendar settings under “Advanced”?
I didn’t. But how should this solve the issue? It’s about the separator!
There is an option to set the separator in the settings I mentioned.
There is an option to set the divider within date and within time but there is not an option to set the seperator between date and time without a space before and after it, is it?
Is this in the event information? You may want to check this out then: http://docs.simplecalendar.io/event-template-tags/
You can use the
[start-*]and[end-*]tags to customize the output more rather than just using the[when]tag.How should this be done without the shortcodes
[if-end-date][/if-end-date]and[if-start-time][/if-start-time]which don’t exist?[start-date][if-end-date] - [end-date][/if-end-date][if-start-time], [start-time][/if-start-time][if-end-time] - [end-time][/if-end-time]Do you actually understand what I am looking for? I only need to set a comma as a seperator between date and time without a space before it.
Which date are you talking about? In the header? Maybe you can post a screenshot of it so I can see exactly where you are talking about? Or a link to the page would be fine too.
I’m talking about the events’ date and time!?
http://demo.simplecalendar.io/google-calendar-pro/grid-view/
Coffee House Blues:
Instead of “June 2, 2016 @ 12:00 pm – 2:00 pm” I’d like to have it like:
“June 2, 2016, 12:00 pm – 2:00 pm”Rock Mayhem:
Instead of “June 3, 2016 @ 3:00 pm – June 5, 2016 7:00 pm” I’d like to have it like:
“June 3, 2016, 3:00 pm – June 5, 2016, 7:00 pm”Oh ok now I understand. You can use this setting:
Are you actually kidding me? π
As stated in my original post, there is a hard-coded space before and after the seperator!?
What I can achieve:
“June 2, 2016 , 12:00 pm – 2:00 pm”
“June 3, 2016 , 3:00 pm – June 5, 2016 7:00 pm”What I’d like to achieve:
“June 2, 2016, 12:00 pm – 2:00 pm”
“June 3, 2016, 3:00 pm – June 5, 2016, 7:00 pm”I apologize I did not catch that the first time through. It is coded in that way so I have opened a GH issue for us to keep track of it: https://github.com/moonstonemedia/Simple-Calendar/issues/192
Thanks for pointing it out to us.
Thank you very much! Is there an ETA?
I do not currently have an ETA on this.
Going to resolve this thread since we are tracking on GH. Thank you for the feedback!
Anything new here? It maybe takes a minute to change this.
The topic ‘Comma between date and time’ is closed to new replies.