๐Ÿ“… Methods to Calculate Dates

Dealing with dates is one of the trickiest things to do as an app developer :face_with_spiral_eyes:

Luckily, Glide provides several NoCode options to handle date calculations (they also permit lowcode options, too)!:muscle:

Learn to calculate dates in Glide:

For additional reading, check out this awesome post about various ways to calculate dates:

10 Likes

Thanks :blush:

I have been having โ€œfunโ€ with dates this week.

Getting Openai to consistently read them is proving a challenge for sure.

Just when I think I have cracked it with a clever and detailed prompt it decides to let me down.

All good learning though.

1 Like

Awesome thanks Robert!

And yea, I have the exact same data in 4 rows and OpenAI sometimes gives 3 different formatting answers :man_facepalming:t2:

Thatโ€™s why you canโ€™t rely on open AI alone. However, you can use open AI to generate a JavaScript code that will then output a consistent response.

3 Likes

I wonder if @Jeremy plans to have something with their newly announced functions to โ€œlock inโ€ responses. That would be great in certain cases, but does eat in to your tokens limit.