TimeTools : The Tools Only For Time

clock component also gives online time @Still-learning

On Line time always limitation

clock component does not have limitations

Isn’t?? I thought it gives only system time. Oh, God … Tm I will try to use it. Thanks for the information @luv.ak.tech

1 Like

No clock component shows the system time only. See I changed the time in mobile now and app also shows the same…

Then you might show us the block too…
Because I don’t find any such block
:upside_down_face:

I used the same blocks to get the time.

But it gives system time only rather than online time. I changed the time in my mobile immediately time from app also changes … see the previous post.

sorry i thought you want system time only

Ok it was my bad,
I forgot to quote in my post
@luv.ak.tech said the clock component gives the online time, i said otherwise

I have now edited the post to maintain continuity

1 Like

see this - [FREE] Secured Countdown Timer Extension Unhackable
there it is showing getting online time from api

2 Likes

No issue …

How to use find defence block ?

Give me example block image.

refer here,

How to get tomorrow date?

Really? Why dont you add,then, +1 with obtained date?

1 Like

When date 32 and if add +1 then result is date 33.
How to fix this?

In such case you should use this online time. Normal default clock have to use also you have adjust some formulas… simple… But we cannot understand the your logic… Anyway it is possible with default clock thats all and simple


How get time for EST, CST, PST and MST (US time Zones).

I try GMT+5:00, but it’s not showing correct time, Ialso change GMT to EST for try, it not work.

Is it working now? after 4 years

hijri Date using JavaScript


code is :
let today = new Date().toLocaleDateString(‘fa-IR-u-nu-latn’);
console.log(today);


or

let options = { year: ‘numeric’, month: ‘long’, day: ‘numeric’ };
let today = new Date().toLocaleDateString(‘fa-IR’, options);
console.log(today);

TO HIJRI SAUDI
code :
let today = new Date().toLocaleDateString(‘ar-SA’); console.log(today);


thanks
only one click no more

1 Like