parsify-dev / desktop

Next generation notepad-based calculator, built with extendibility and privacy in mind.
https://parsify.app
214 stars 2 forks source link

Date format #6

Closed nblackburn closed 4 years ago

nblackburn commented 4 years ago

Allow the date format to be changed in the settings.

xxczaki commented 4 years ago

Added in 1.1.0!

LarsJandel commented 4 years ago

Hm, the preferences are there, but it seems they do not have an effect..? Expected result. [I removed the 00:00, see below ↓]

2 weeks from today  |  200621
saturday evening    |  200613 19:00
in about 2 days     |  200609

Also not sure about the 00:00 added to dates when not looking for a specific time. Thanks.

Parsify Desktop - 1 - date pref Parsify Desktop - 2 - date

xxczaki commented 4 years ago

@LarsJandel I can confirm I was able to reproduce it on my Windows machine as well. It seems to work just fine on Linux though. I will look into that.

The date parser automatically adds "00:00" as the default time, when it's not been specified. I might be able to fix this relatively easily, but I will focus on the first issue for now.