this post was submitted on 02 Oct 2023
3 points (100.0% liked)
Lemmy Schedule
123 readers
3 users here now
This is an official support forum for Lemmy Schedule.
Links:
- The app itself: https://schedule.lemmings.world
- Source code: https://github.com/RikudouSage/LemmySchedule
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It would, though I'm not sure how to do it correctly. Would adding something like this to the title work for you?
#[InjectDate('d-m-Y')]
The
d-m-Y
is a standard format, you'd have to read the documentation on, though you only need to do it once.d-m-Y
would be the use case you're looking for - it'sday-month-year
with leading zeroes.That would be great!
It's been added, you can add
#[InjectDate('d-m-Y')]#
to the title and it will be replaced with the date. You can use the date format documentation to see other possibilities.You should also see a preview of the title once you insert any dynamic expression. Let me know if that works for you. You may use !bot_playground_2@lemmings.world if you want to test it out a bit.
Perfect, thanks!