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
In https://github.com/django-recurrence/django-recurrence/blob/master/recurrence/static/recurrence/js/recurrence-widget.js#L1603 there is something what looks like a date %l, %F %j, %Ybut I can not find what the parameters substitute. Can you please explain, what is this date for and what are the parameters?
%l, %F %j, %Y
There is an other problematic string in https://github.com/django-recurrence/django-recurrence/blob/master/recurrence/static/recurrence/js/recurrence.js#L1098, what is %j%S?
%j%S
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In https://github.com/django-recurrence/django-recurrence/blob/master/recurrence/static/recurrence/js/recurrence-widget.js#L1603 there is something what looks like a date
%l, %F %j, %Y
but I can not find what the parameters substitute. Can you please explain, what is this date for and what are the parameters?There is an other problematic string in https://github.com/django-recurrence/django-recurrence/blob/master/recurrence/static/recurrence/js/recurrence.js#L1098, what is
%j%S
?The text was updated successfully, but these errors were encountered: