True and full support even in back-end, making it possible to perform sql queries for different calendar systems

Comments

sinasalek’s picture

Status: Active » Postponed
sinasalek’s picture

It might be possible to implement this using views query alter

sinasalek’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev
Issue tags: +3.x roadmap

tagging

sinasalek’s picture

It's under development , the idea is to add some new fields to each entity that contain date parameters for calendar systems.

klonos’s picture

...just curious, but the dates are stored in a timestamp format right? So the various calendar systems only need conversion algorithms that would "translate" the timestamps when displayed in the UI right? If I've got this whole thing wrong (and provided you spare the time), could you give an example to explain what exactly you mean by "True and full support".

Thanx in advance.

sinasalek’s picture

You may want to read this first to get the big picture http://groups.drupal.org/node/10607
Also we can't query group by persian months for example by using timestamp because mysql only support Gregorian calendar
Godd news i've already developer a prototype for this problem which actually works but still require work to become a generic solution

klonos’s picture

ok thanx for taking the time to explain and to point to that article Sina.

hkoosha’s picture

Issue summary: View changes
Status: Postponed » Closed (outdated)
Issue tags: -3.x roadmap