eltos / PasteIntoFile

Paste clipboard data into files and copy file contents directly via hotkey or context menu
MIT License
84 stars 6 forks source link

Add format specifiers for day of year #50

Open faizahfarzana opened 2 weeks ago

faizahfarzana commented 2 weeks ago

Related Issue: https://github.com/eltos/PasteIntoFile/issues/49

eltos commented 2 weeks ago

Hi @faizahfarzana Thanks for working on this.

Could you please make sure that your implementation meets the following requirements:

Example templates for which your proposed implementation doesn't work:

faizahfarzana commented 2 weeks ago

@eltos thanks for your feedback. I'll work on it.

eltos commented 2 weeks ago

Before I forget, some people might even use the variable expression multiple times, e.g. Day {0:j} of {0:yyyy} for "Day 123 of 2024". So "j" might be in any of them.