Revision history [back]
Format date in file snippet
When using :
%(created|date)s
I get
"2024-09-23"
when instead use:
%(created|datetime)s
I get
09/23/24 16:15:33
How can I get rid of the quotation marks in the "date" example above?
Format date in file snippet
When using :
%(created|date)s
I get
"2024-09-23"
when instead use:
%(created|datetime)s
I get
09/23/24 16:15:33
How can I get rid of the quotation marks in the "date" example above?
Format date in file snippet
When using :
%(created|date)s
I get
"2024-09-23"
when instead use:
%(created|datetime)s
I get
09/23/24 16:15:33
How can I get rid of the quotation marks in the "date" example above?