• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Format of the real world date in journal

Shadowfoot

Well-known member
Is there any chance the default journal date format could use the browser local date? Outside of the US M/D/Y is very confusing, especially on the first 12 days of each month. 6/1/2020 is early January to much of the world.
Another option is to use the alpha representation of the month, such as 1-Jun-2020, but that sometimes has localisation problems.
 
I opened ticket about that a while ago, originally sorting was broken too. The sorting got fixed already. The format I suggested was the ISO standard it's distinct enough not to be confused with either US and non US date formats and doesn't include names so there is no localisation format.

So instead of MM/DD/YYYY or DD.MM.YYYY it'd be YYYY-MM-DD

I'm glad there are more people running into confusions with the dates :D perhaps if we get some people together who have the same issues we can get this prioritized ;)
 
There is a work around, but first: Well, the sorting broke how I was sorting, since I was using game date for the chronicle number and now that it sorts on real date, all my journal entries were out of date.. I wish it didn't autofill with a date. So, I swapped date played and real date to chronicle number.

The work around. Put whatever date you want into those fields, don't tab off or click elsewhere until the text goes from grey to white. Once it's sync'd, you can select another field and it won't change to a date format. As I said, I use chronicle numbers starting with 0 if it's single digit.
 
Does HLO allow all UTF-8 characters in all non-numeric-only fields?

Both of these are things that should all be part of the basic internationalisation that should automatically be applied to modern application development.
 
Does HLO allow all UTF-8 characters in all non-numeric-only fields?

Both of these are things that should all be part of the basic internationalisation that should automatically be applied to modern application development.

I just successfully named a character "🎺👼", so it looks like a yes to me. I'd guess the date field has more specific formatting requirements so that if they add other automated functionality in the future (I can imagine lots of useful stuff with campaign view timelines) it automatically works with all existing data.
 
I just successfully named a character "🎺👼", so it looks like a yes to me. I'd guess the date field has more specific formatting requirements so that if they add other automated functionality in the future (I can imagine lots of useful stuff with campaign view timelines) it automatically works with all existing data.

The presentation of the date should be independent of how the date is stored internally.
 
Back
Top