Diem plugins syndication

dmDateTimePickerPlugin

The date, time and datetime picker for DIEM

Adds the jQuery javascript UI wrapper for the Symfony date, time and datetime form widgets

Installation

  • In a console, from your project root dir, run:
git clone git://github.com/TheCelavi/dmDateTimePickerPlugin.git plugins/dmDateTimePickerPlugin  
  • In config/ProjectConfiguration.class.php, add dmDateTimePickerPlugin to the list of enabled plugins:
class ProjectConfiguration extends dmProjectConfiguration
{  
  public function setup()  
  {  
    parent::setup();  
 
    $this->enablePlugins(array(  
      // your enabled plugins  
      'dmDateTimePickerPlugin'  
    ));  
  • In a console, from your project root dir, run:
php symfony dm:setup  

See @github - this can be used only with new DIEM, dev version from github 5.1.4 - it uses fix for getStylesheet method.

It can be used for Admin, Front and Front Widget forms as well!

    Add a comment

    Create an issue
    Impossible to fetch issues for this plugin.
    Impossible to get this plugin changelog.
    See more commits

    dmDateTimePickerPlugin, created on December 18, 2010 by TheCelavi, used by 261 projects

    Fork Diem on GitHub