-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
51 lines (28 loc) · 920 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Date/Jalali version 0.07
========================
Date::Jalali
Gregorian<->Jalali Date Convetor
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
To install using CPAN you can use CPAN cli as follows:
#> yum install perl-CPAN
#> perl -MCPAN -e shell
cpan[1]> install Date::Jalali2
DEPENDENCIES
This module requires these other modules and libraries:
None!
AUTHOR
Ahmad Anvari <http://www.anvari.org/bio/>
Redistributed by : Ehsan Golpayegani <http://www.ehsan.pw>
COPYRIGHT AND LICENSE
Copyright 2019 by Ehsan Golpayegani
The original algorithm was written with regards to Gregorian<->Jalali
convertor developed by Roozbeh Pournader and Mohammad Toossi
available at:
http://www.farsiweb.info/jalali/jalali.c
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.