Does the "date" data type include time?

I can’t find any documentation on this, so this is my only help >.< Thanks in advance!

Yes it does.

You might try to start playing around with dates on a blank page to see the capabilities and what is included. Bubble has a few built-in ways to manage and format datetime objects. Here’s just a small example.

Thanks! I’m trying to make a condition to check whether an item was created today, my way is to turn current time into string containing only ddmmyyyy and turn the created time into the same way and compare both. Is there an easier way to do this?

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.