Hello, I want to create a due date function in my app using clock component, For Example : Today date is 9th march and and due date is 15th march, and after due date the fuction does’nt work.
JEWEL
(Extension Developer 🧩)
March 9, 2024, 10:47am
#2
Follow this guide to learn how to use Clock component.
Hello everyone,
I have made a basic guide on how to use the clock component.
Here, I will explain all the blocks associated to the clock component and a few sample projects which use the clock.
1.DESIGNER PROPERTIRES OF THE CLOCK
1.1Timer Always Fires
This is a Boolean property, i.e it accepts only true or false.
If you wish the clock to run even if the application is not the active screen, i.e the user is using some other application.
Can this be set using blocks? Yes!
By default: Tru…
still I have a problem to create, can you create a blocks? and share with me
JEWEL
(Extension Developer 🧩)
March 9, 2024, 12:31pm
#4
Share your relevant blocks so far you’ve tried.
Can try it hope it helps you
Hi.
Procedure 1:
In this procedure, you can use two dates to get the difference between two dates. If the difference is less than one means the difference is 0 or negative then the procedure will return Expired otherwise return will be Not Expired.
[image]
Procedure 2:
This procedure can help to understand the basic concept of a subscription system. In this procedure, you can use your subscription purchase date and subscription duration time like 30 days or 90 days. It will return the subs…
1 Like
Taifun
March 9, 2024, 1:26pm
#7
Compare the millis of both dates instead of the formatted dates. .
For example January comes after February if you compare it alphanumerically…
Taifun
1 Like