django-recurrence
django-recurrence copied to clipboard
Strange placeholders
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
?