You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following are now valid and produce the expected results, just as an equivalent interpolated string would:
- `expires on {date:yyyy-MM-dd}`
- `expires on year {date:yyyy} (wait until {date:MM}`
- `expires on {0:yyyy-MM}`
Note how the same argument name can be used multiple times with different output formatting for increased flexibility and arg reuse.
Fixes#299
The following are now valid and produce the expected results, just as an equivalent interpolated string would:
- `expires on {date:yyyy-MM-dd}`
- `expires on year {date:yyyy} (wait until {date:MM}`
- `expires on {0:yyyy-MM}`
Note how the same argument name can be used multiple times with different output formatting for increased flexibility and arg reuse.
Fixes#299
So that the following is valid in a resx:
expires on {date:yyyy-MM-dd}
,The text was updated successfully, but these errors were encountered: