We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tooltips=layer_tooltips().format("Date", "{%y}")
returns error:
Wrong number pattern: %y
tooltips=layer_tooltips().format("Date", "%y")
Wrong number of arguments in pattern '%y' to format 'Date'. Expected 1 argument instead of 0
The text was updated successfully, but these errors were encountered:
Related #392: adding date-time format support to class StringFormat will solve both issues.
class StringFormat
Sorry, something went wrong.
Added: #421
OLarionova-HORIS
No branches or pull requests
returns error:
returns error:
The text was updated successfully, but these errors were encountered: