Can NSDateFormatter format a date relative to a time other than the current time?

Andrew Watt

When using NSDateFormatter with doesRelativeDateFormatting turned on, all relative formatting seems to be relative to the current system time. I would like to format dates with relative formatting, such as "Today" or "Tomorrow", but relative to an arbitrary "current" time instead of the actual time.

For example, I would like to specify an NSDate of November 2, 2015, with November 1, 2015 as the "current" time, and have it formatted as "Tomorrow" instead of "November 2, 2015". Can NSDateFormatter do this?

Daij-Djan

it is always relative to the system date. sorry.

BUT

there is https://github.com/billgarrison/SORelativeDateTransformer that might be able to do this. maybe you can get code from there

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

NSDateFormatter time format depending on Locale

分類Dev

How to get current date time format in SQlite?

分類Dev

How do I get the current date and time in the format given Below

分類Dev

What is this date and time format?

分類Dev

How can I format date_space_hour to a time format

分類Dev

Query of current date in time mysql

分類Dev

Parse Date and Time in specific format

分類Dev

Best Way to check if a java.util.Date is older than 30 days compared to current moment in time?

分類Dev

Best Way to check if a java.util.Date is older than 30 days compared to current moment in time?

分類Dev

Convert GMT date format to only time format

分類Dev

Disable date other than the current date with DevExpress DateEdit

分類Dev

How can I convert date time format string used by C# to the format used by moment.js?

分類Dev

PHP Add one hour to current date time

分類Dev

Finding the difference between "pwdLastSet" and current date/time

分類Dev

create a file name with the current date & time in python

分類Dev

How to get current date time in python flask

分類Dev

Update DatePickerDialog and TimePickerDialog to Current date and time

分類Dev

How to compare current time only without date to a given time in javascript

分類Dev

pandas date-time format VS google sheets date format

分類Dev

How to change Date/Time format to English?

分類Dev

Karati Api - Validating date and time format

分類Dev

Inconsistent date time format for German locale

分類Dev

Convert miliseconds to date and time and format by locale

分類Dev

R : how to define date and time format

分類Dev

format a time series as dataframe with julian date

分類Dev

How to change date-time format?

分類Dev

convert text string to date/time format

分類Dev

PHP - Convert this string to another date/time format

分類Dev

Formatter in DateTimeFormatter for ISO 8601 date format of the time

Related 関連記事

  1. 1

    NSDateFormatter time format depending on Locale

  2. 2

    How to get current date time format in SQlite?

  3. 3

    How do I get the current date and time in the format given Below

  4. 4

    What is this date and time format?

  5. 5

    How can I format date_space_hour to a time format

  6. 6

    Query of current date in time mysql

  7. 7

    Parse Date and Time in specific format

  8. 8

    Best Way to check if a java.util.Date is older than 30 days compared to current moment in time?

  9. 9

    Best Way to check if a java.util.Date is older than 30 days compared to current moment in time?

  10. 10

    Convert GMT date format to only time format

  11. 11

    Disable date other than the current date with DevExpress DateEdit

  12. 12

    How can I convert date time format string used by C# to the format used by moment.js?

  13. 13

    PHP Add one hour to current date time

  14. 14

    Finding the difference between "pwdLastSet" and current date/time

  15. 15

    create a file name with the current date & time in python

  16. 16

    How to get current date time in python flask

  17. 17

    Update DatePickerDialog and TimePickerDialog to Current date and time

  18. 18

    How to compare current time only without date to a given time in javascript

  19. 19

    pandas date-time format VS google sheets date format

  20. 20

    How to change Date/Time format to English?

  21. 21

    Karati Api - Validating date and time format

  22. 22

    Inconsistent date time format for German locale

  23. 23

    Convert miliseconds to date and time and format by locale

  24. 24

    R : how to define date and time format

  25. 25

    format a time series as dataframe with julian date

  26. 26

    How to change date-time format?

  27. 27

    convert text string to date/time format

  28. 28

    PHP - Convert this string to another date/time format

  29. 29

    Formatter in DateTimeFormatter for ISO 8601 date format of the time

ホットタグ

アーカイブ