Hi, I have a Javascript field that pulls in a DATE from a date field from another library. Is there a way to filter that date that has been pulled in, using the same method as if it was the original date field?
When I go to set a filter on the Javascript field I use to bring in a date, it gives me the option to choose to FIlter by number or Filter by string.
Is there a way to set the filter as if a Date field? (by week, month,custom..I hope the picture help with my question.)
If not, is there a solution i may be missing?
This is what I used (and selected the momement.min.js Library)
moment(field("Service")[0].field("Date")).format("l")
I have read the forums, wiki, used grasshopper, other sources and im not good at javascript but I do try
Not sure but I think there is a similar post but it did not involve dates.