Re: jalali

2005-07-16 Thread Behdad Esfahbod

It's completely free.  You can get it in source code or binary
from this page:

  http://www.farsiweb.info/wiki/Main/Products

behdad

On Wed, 13 Jul 2005, Sajjad Ebrahimi wrote:

 salam
 http://lists.sharif.edu/pipermail/persiancomputing/2004-May/001214.html
 fekonam inja beshe ye file baraye pocket pc peyda karad?
 foroshiye ya majani ?
 cheshekli mitonam yedone tahiye konam?
 khahesh mikonam javab bedin
 mer30


--behdad
http://behdad.org/
___
PersianComputing mailing list
PersianComputing@lists.sharif.edu
http://lists.sharif.edu/mailman/listinfo/persiancomputing


Re: Jalali Calendar in MySQL (was Re: PersianComputing Digest, Vol 21, Issue 5)

2005-02-20 Thread Behdad Esfahbod
On Sat, 19 Feb 2005, Masoud Sharbiani wrote:

 And if you are using the mysql frontend (i.e. Command line?)
 http://dev.mysql.com/doc/mysql/en/date-and-time-functions.html has the
 full set of functions for handling  date.

Most of the functions there are calendar agnostic, like DATE_ADD,
et al.

BTW, if you really need Iranian calendar in there, I suggest
writing it as an stored procedure.  Then you don't need
administrator priviledges to install the procedure, any user can
do that.

 cheers,
 Masoud

--behdad
http://behdad.org/
___
PersianComputing mailing list
PersianComputing@lists.sharif.edu
http://lists.sharif.edu/mailman/listinfo/persiancomputing


Re: Jalali Calendar in MySQL (was Re: PersianComputing Digest, Vol 21, Issue 5)

2005-02-18 Thread Behdad Esfahbod
On Wed, 16 Feb 2005, Masoud Sharbiani wrote:

 I think it kinda does. After all, if they have some sql
 functions to deal with the dates stored on the tables and
 databases, if some guy (read government office or whatever)
 wants to store persian dates in the db, they have to have two
 conversion functions from Jalali to Gregorian(sp?) and reverse.

Then you have these conversion functions in your programming
language and convert as part or preparing your SQL query.

--behdad
http://behdad.org/
___
PersianComputing mailing list
PersianComputing@lists.sharif.edu
http://lists.sharif.edu/mailman/listinfo/persiancomputing