LynneS 0 Posted June 9, 2016 Share Posted June 9, 2016 I am trying to create a snippet that would produce the following: date=June 2016 where the date is automatically generated. How do I finish this? date={date:????} Thanks. Link to post
FroZen_X 52 Posted June 9, 2016 Share Posted June 9, 2016 I am trying to create a snippet that would produce the following: date=June 2016 where the date is automatically generated. How do I finish this? date={date:????} Thanks. Create a snipped with the keyword "date" and the snipped "{date:MMMM yyyy}" To check what is possible go to this site: https://www.alfredapp.com/help/features/clipboard/dynamic-placeholders/ And here are the variations: http://www.unicode.org/reports/tr35/tr35-31/tr35-dates.html#Date_Format_Patterns Hope that helps Link to post
LynneS 0 Posted June 11, 2016 Author Share Posted June 11, 2016 That's perfect, thank you! And thanks for the links. I'll check them out. Link to post
strajk 0 Posted June 17, 2016 Share Posted June 17, 2016 IMHO documentation for snippets should be easier to find... Link to post
Vero 440 Posted June 17, 2016 Share Posted June 17, 2016 IMHO documentation for snippets should be easier to find... Alfred is created and maintained by only Andrew and I; It's been an exciting time since Alfred 3 was released, but relentless with no days off. Our plan is to carry on improving documentation, create more tutorials and guides, etc but we're currently mainly dealing with the huge influx of users who are new to Alfred or upgrading from Alfred 2 and have questions. In the meantime, please do take a look at the documentation linked by Frozen_X Let me know if there's anything in particular you think is missing, as I'm always looking to make our documentation better and more helpful! Cheers, Vero danieleburrow and Orkhan Allahverdi 2 Link to post
Chris Hawkins 0 Posted September 23, 2016 Share Posted September 23, 2016 Dear All, Just discovered Alfred 3 (longtime 2 user) - no idea why I didn't know about it? The TextExpander replacement is a big deal and I love it :-) Anyway, I try hard to figure things out for myself before asking for help and I've figured out all the dynamic date placeholder stuff from the forum posts - thank you all, but... QUESTION: How do i change the date dynamic placeholders to a previous month. I recall in Text Expander (already deleted!) that i did something like %m-1 to auto type the previous month. Can I do this in Alfred 3 - something like {date:MM-1} - grateful for help. Regards Chris Link to post
Que_ 0 Posted September 4, 2018 Share Posted September 4, 2018 How would I do yesterday in the format yyyy-MM-dd Link to post
deanishe 1,366 Posted September 4, 2018 Share Posted September 4, 2018 (edited) {date -1d:yyyy-MM-dd} Edited September 4, 2018 by deanishe Link to post
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now