50
Views
6
Comments
[Date Range Picker] I cant run it on OS11. Silk dublin template
Question
date-range-picker
Web icon
Forge asset by Matheus Medeiros

But when I clicking on this input, nothing happen.

2019-06-23 20-19-45
Matheus Medeiros

Hi Khanh,

Just released an update with some improvements and added an sample app that you can find at the following link:

https://www.outsystems.com/forge/Component_Overview.aspx?ProjectId=6321


UserImage.jpg
Khanh Nguyen Van

I fixed this issue, init Js have a problem.

"'daysOfWeek':"+        "[Su','Mo','Tu','We','Th','Fr','Sa'],"+

It missing a ' char on first element of array

2019-06-23 20-19-45
Matheus Medeiros

Khanh Nguyen Van wrote:

I fixed this issue, init Js have a problem.

"'daysOfWeek':"+        "[Su','Mo','Tu','We','Th','Fr','Sa'],"+

It missing a ' char on first element of array

Hi Khanh,

This issue was fixed with the release of the version 2.0.1 (10 July).

Thanks for pointing the issue.

2021-01-04 17-46-03
Daryl Van Johnson

Hi Matheous,

I'm having trouble setting up the Date Range Picker. I'm trying to set the DateFormat property to "MM/dd/yyyy hh:mm tt". The 'from' value defaults as 'Invalid' and the calendar shows 'NaN' for every day. 

What am I doing wrong?


Thanks!

Daryl

UserImage.jpg
Khanh Nguyen Van

Daryl Van Johnson wrote:

Hi Matheous,

I'm having trouble setting up the Date Range Picker. I'm trying to set the DateFormat property to "MM/dd/yyyy hh:mm tt". The 'from' value defaults as 'Invalid' and the calendar shows 'NaN' for every day. 

What am I doing wrong?


Thanks!

Daryl

DateFormat support date format only, not support time.


2021-01-04 17-46-03
Daryl Van Johnson

Matheous,


Understood, thanks for the quick reply. I'm curious as to why there are four configurable properties (ie: ShowTimePicker, ShowTimePicker24Hour, ShowTimePickerSeconds, and TimePickerIncrement) if the selected time can't be shown in the textbox? Is the selected time returned when the date range is applied? If not, it probably shouldn't be available as a configurable option, correct?


Again, thank you for your reply!

Daryl

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.