Setting the date range #50
Replies: 3 comments 1 reply
-
Hi @andythinkeq, It is written here on how to set the value on date range mode. I notice your |
Beta Was this translation helpful? Give feedback.
-
Thanks I'll give that a try |
Beta Was this translation helpful? Give feedback.
-
I'm still having problems, can anyone see what the issue may be? OK, for clarity I've used dates where the dd and mm can't be confused as we don't have a 13th or 29th month I chose this date range Posted the form and the code I ran to set the dates put this in the visual field; jQuery(document).ready(function($){
}); But the input element is set to What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
-
I've got a problem setting the date range after a post
I use this, but it fails and crashes javascript
duDatepicker('.fld-dates', {
range: true,
value: '30/04/2023 - 31/05/2023',
format: 'mmmm d, yyyy'
});
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions