-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{date.created} - how do I get a user readable form? #157
Comments
you are correct, this is the epoch. Here are the some difficulties I see in order to display a human readable date:
I can think of a few ways to cope with it (eg: considering that every key like I'm thinking of another approach: it would be great if That "something else" should likely be a plugin, something like the meta plugin (in the sense that it seems able to insert ad hoc metadata (though perhaps not dynamically)). That being said, I have no clue if a plugin that would fit your need already exist yet 🤔 |
Well ... Having an extra plugin just for showing this date field ... Sounds a little bit overengineer to me ...
Just me 2 cents ... |
Thanks for your answer. I'm afraid it would be not so trivial to implement, but I guess I can let this feature request open so that if someone is interested in this feature and proposes a pull request, I can consider it 🙂 |
Hi !
Using this
<nspages -subns -h1 -r -customTitle="{title} ({date.created})">
results in a very strange datetime output:I think it´sthe epoch date or something like that ...
Anyway ... Is there an option to render this as human readable date / time output?
This is pretty useless for a normal User :-)
Dominik
The text was updated successfully, but these errors were encountered: