I am using REGEX to extract a date from a URL. The current date format in the URL is YYYYMMDD, it is my understanding for bubble to recognize this as a date it needs to be reformated as MM/DD/YYYY.
Is there a simple way to just swap the order inside bubble? Based on what I am finding I can’t have a REGEX pattern swap it directly with the pattern so thinking maybe I have to save it to 3 separate fields and then put it all together after that in a 4th field? I am imagining there has to be an easier/cleaner solution but just not finding it.
I’ll give this a shot. With just the original format or even as YYYY-MM-DD it still is threw an error saying it needs to be a “date format and it’s currently formatted as text. “
Maine it’s not the regex and something else I’m missing? I tried “formatted as…” but it didn’t have an option for date.