i am facing this issue on creation of absolute dat...
# gd-beginners
g
i am facing this issue on creation of absolute date filter
m
Hi Gaurav! This points to an issue with formatting of your
date
strings. Could you please let us know what are the values of
absoluteFormDate
and
absoluteToDate
constants? You could also try something like this:
Copy code
var today = new Date(),
            date = today.getFullYear() + '-' + (today.getMonth() + 1) + '-' + today.getDate();
It seems that your labels are unpopulated -- I would suggest populating
name
with unique values. I would kindly ask you post React-related questions to #gooddata-ui channel in the future, as your questions might get overlooked. Thank you!