EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: Andre on November 05, 2012, 04:41:01 AM



Title: Fullcalendar + easyUI
Post by: Andre on November 05, 2012, 04:41:01 AM
Hi,

When I try to use easyUI and fullcalendar together it doesn't work properly.
I am using:

<script type='text/javascript' src='fullcalendar-1.5.4/jquery/jquery-1.8.1.min.js'></script> 
<script type='text/javascript' src='fullcalendar-1.5.4/jquery/jquery-ui-1.8.23.custom.min.js'></script>

and

<script type="text/javascript" src="jquery-easyui-1.3/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="jquery-easyui-1.3/jquery.easyui.min.js"></script>

Anybody help me please.

Thank you everybody.


Title: Re: Fullcalendar + easyUI
Post by: ftmh on February 03, 2014, 12:18:10 AM
hi. how can i change the calendar date into Shamsi? this is a big problem for me

thanks a lot  ???  ::)


Title: Re: Fullcalendar + easyUI
Post by: Pierre on February 08, 2014, 03:23:57 AM
Hi,

When I try to use easyUI and fullcalendar together it doesn't work properly.
I am using:

<script type='text/javascript' src='fullcalendar-1.5.4/jquery/jquery-1.8.1.min.js'></script> 
<script type='text/javascript' src='fullcalendar-1.5.4/jquery/jquery-ui-1.8.23.custom.min.js'></script>

and

<script type="text/javascript" src="jquery-easyui-1.3/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="jquery-easyui-1.3/jquery.easyui.min.js"></script>

Anybody help me please.

Thank you everybody.

what is the problem?


Title: Re: Fullcalendar + easyUI
Post by: ftmh on February 09, 2014, 04:05:59 AM
hoe can change the locale and all the format in shamsi date? ???


Title: Re: Fullcalendar + easyUI
Post by: Pierre on February 11, 2014, 06:59:08 AM
Hello

here is some simple example:

Code:
        // time formats
        titleFormat: {
          month: 'MMMM yyyy',
 
          week: "MMM d[ yyyy]{ '&#8212;'[ MMM] d yyyy}",    //USA
          //week: "d MMM[ yyyy]{ '&#8212;'[ d] MMM yyyy}",  EUROPE
 
          day: 'dddd, MMM d, yyyy'
        },
        columnFormat: {
          month: 'ddd',
 
          week: 'ddd M/d',    // USA
          //week: 'ddd d.MM.yyyy', EUROPE
 
          day: 'dddd M/d'      // USA
          //day: 'dddd d.MM.yyyy' EUROPE
        },