Looking for Converted Value Only (not wrapped in span tag)
bfaivre opened this issue · 2 comments
bfaivre commented
Is it possible to get the timestamp converted and formatted without being wrapped in a span tag? If not, do you have a recommended way to extract this? I'm looking to use it in a placeholder for an input. Thanks in advance.
miguelgrinberg commented
Not from Jinja, but you can always use JavaScript to generate your placeholder content.
bfaivre commented
Thanks @miguelgrinberg.