Showing "time ago" by fetching uploaded date/time

As i have used this as exactly as you said, feel free to ask any question you have while implementing. @pavi2410 helped me a lot and i know some about this.

1 Like

This time format is ok??

The time format should be in mm/dd/yyyy hh:mm format where hh is in 0-23 range

1 Like

I think i can’t create this.facing eror


Time format

you are missing, make instant block, after getting time from airtable, while comparing use, make instant from , block from clock component,

1 Like

Oh.i do that mistake.tnx.let me cheak this

store format is also wrong,

it should be mm/dd/yyyy hh:mm
and your is wrong, it should be 12/11/2019 23:12

blocks - 2019-12-11T095051.651

If i use call clock now block to store time it will be ok?

yes if you are storing from device, like if you are posting now and save time of now, just use clock now and its will save time, then after getting no need to use make instant block, direct compare.

1 Like

It was working​:grinning:

2 Likes

Anyway to store time & date automatically on this format??plz help me again

yes just use clock now. it will same in whole format(everything needed) and then can be used direct without make instant block. direct put value to epoch.

component_method (10)

1 Like

But i did it already



Ok i will cheak it.

how you are using to compare?

How can i use it with Firebase?

simple, store it in firebase, get it, compare it, show it.

1 Like

my app is using list view

for every item you want to show as time, compare stored(clock now will be stored for that) time.

i already have item to be showed by Firebase db…how can i put time ago beside the item