rainerc / cr-data-manager

Automatically exported from code.google.com/p/cr-data-manager
1 stars 0 forks source link

use of current date and time as variables #38

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
this could be a useful feature if the user wants to use something like 

=> <<Tags.Add:Processed by Data Manager _date_ _time_>>

Original issue reported on code.google.com by rainer.c...@googlemail.com on 31 Mar 2013 at 2:32

GoogleCodeExporter commented 9 years ago
Been thinking about the format nothing really needs to change but the value 
should follow a designated format for example

<<ReleasedDate.Not:>> => <<AddedDate.SetValue:ReleasedDate>>
         ^^^^^^^^^^                             ^^^^^^^^
  |                                                    |
  |-The Default Date for empty is 0001/01/01           |
                                                       |
            The Format of output should be definitive -|

I suggest YYYY/MM/DD this way comparisons can be made 
directly as Range is a must for things like

<<PublishedDate.Range:1950/01/01,1959/12/31>> => <<BookAge.SetValue:Golden Age>>

Original comment by NiceziaVincent on 28 Apr 2013 at 2:26

GoogleCodeExporter commented 9 years ago
And also Date time would also use the same modifiers as numeric. 

Original comment by NiceziaVincent on 28 Apr 2013 at 2:35