Showing results for Dates
ðŸ§
MooAI Insight
Dates in Windows Environment Variables
The format `%date:~-4,4%%date:~-10,2%%date:~` is used to extract specific parts of the current locale date from an environment variable.
* `%date:~-4,4%`: Extracts the last 4 characters of the current locale date.
* `%date:~-10,2%`: Extracts the last 2 digits of the current locale date.
* `%date:~` : Extracts a specified number of characters from the beginning of the current locale date.
This format is commonly used in Windows environment variables to manipulate dates.
The format `%date:~-4,4%%date:~-10,2%%date:~` is used to extract specific parts of the current locale date from an environment variable.
* `%date:~-4,4%`: Extracts the last 4 characters of the current locale date.
* `%date:~-10,2%`: Extracts the last 2 digits of the current locale date.
* `%date:~` : Extracts a specified number of characters from the beginning of the current locale date.
This format is commonly used in Windows environment variables to manipulate dates.
Running on Titan Engine | Context: 8k Tokens | Layers: GPU