Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

%@datefmt use

Jul
46
2
1776591032761.webp

Is it a bug or I (probably) didn't understand how to use it?
 
You need to double or escape the percent signs to prevent environment parameter expansion.

->echo %@datefmt[*,%a]​
Sun​
->echo %@datefmt[*,%%a]​
Sun​
 
Back
Top