hi
i want to convert drupal date and time to jalali. I contemplate two ways.
first is hook_date_format and hook_date_format_type. can i use this two hooks for converting drupal date to jalali? if yes, how?
other way i thinking about is using preprocess functions. i can overwrite submitted by and post date variables that is accessible in node page and convert these date variables to jalali. is this way good for my job?
thanks a lot.