Only show relative date

Have an option so that all dates are of the form ā€œx days agoā€ like ā€œ2 days agoā€.

It already does so for < 4 days and Iā€™d like to increase that.

This will be available very soon. Cheers!

3 Likes

Is it available now?

Yeah, unfortunately itā€™s part of a Pro feature called ā€œCustom date formatā€. You can write ā€œrelativeā€ in that field for this effect.

More info on that feature here: https://help.dynalist.io/article/86-customize-date-format

1 Like

Aw. Still itā€™s pretty cool that it got implemented. I thought Iā€™d buy the pro if it did but monthly payments actually get expensive for students.
Thank you for your time.

Probably yes, but are you aware of this page?
Student discount - Dynalist Help Center

Was about to say that, thanks Francisco! :wink:

Can you add another option to this feature. In Pro version allow to select the time limit that is shown in relative terms if default date format is used?

Currently default format is:

  • [-6d; 6d] - relative presentation (f.e. in 4 days, 21:00)
  • (; -6d) : (6d; ) - absolute presentation (Wed, July 11th 2018)

It really would be great to add another field in Settings where you can change that ā€œ6ā€ value!

2 Likes

Sure, weā€™ll consider that, thanks for the suggestion!

image

image

Today is still 7/12, so it should not say a day ago!

It seems when more than 21 hours it start show ā€œa day agoā€. I do hope they have more precise option for relative format, but it is good enough for me as now.

We use moment.js and thatā€™s why:

https://momentjs.com/docs/#/displaying/fromnow/

ā€œ22 ~ 35 hoursā€ is displayed as ā€œa day agoā€. I think they are going for the rough idea of timestamps without making it too complicated, like you donā€™t want to see ā€œone day and three hours agoā€ either.

But you are not using moment.js for the default display of dates when those are relative. These two are inconstent. (And Default gets it right.)

But the default doesnā€™t handle months and years earlier or later good enough. Otherwise weā€™d need to reinvent moment.jsā€™s wheels. :thinking:

If the inconsistency bothers you, we can change both to moment.jsā€™s implementation. I think we have better things to do than this though.

Donā€™t do that! I abandoned relative because the results were extremely confusing. Iā€™d hate for default to also be confused.