Date_Time Format!

hi i have a efullcaledar and i want to insert date and time from the form in this format !!

1394524800

i have adatetime picker in my form !!


<?php	

            $this->widget('application.extensions.timepicker.EJuiDateTimePicker',array(

            'model'=>$model,

            'attribute'=>'start_day',

            'language' => 'fr',

            'options'=>array(

                'showAnim'=>'slide',

                'showSecond'=>FALSE,

                'timeFormat' =>'hh:mm:ss'  ,

                'dateFormat'=>'dd-mm-yy'  ,

                'changeMonth' => true,

                'changeYear' => true,

            ),

        ));     ?>

can someone please help me :) thx

Check this out

http://www.yiiframework.com/doc/api/1.1/CDateTimeParser

[color="#FF0000"]+1 if you are happy with my answer[/color]