mihira
1
Hi all ,
I had some conditions that compare dates in my app. For example: if thisdate is thatdate…
For some reason when I go to edit these equations the “is” Boolean is no longer available.
Has this been removed? How do I go about checking if two dates are the same?
You could use “:formatted as” to format the dates as text and then compare the text with “is”.
mihira
3
Yes, it used to be far simpler. Although I just found this https://bubble.io/reference#Data.Messages.date.equals_rounded_down which is pretty much the same as “is”, just doesn’t go down to the second.