magento_datetime-featured

In your extension’s Form.php:

For Example: app/code/local/CompanyName/ModuleName/Block/Adminhtml/ModuleName/Edit/Tab/Form.php

Add the following code:

$dateFormatIso = Mage::app()->getLocale()->getDateTimeFormat(Mage_Core_Model_Locale::FORMAT_TYPE_SHORT);
$fieldset->addField('start_date', 'date', array(
  'name'   => 'start_date',
  'label'  => Mage::helper('events')->__('Start Date'),
  'title'  => Mage::helper('events')->__('Start Date'),
  'image'  => $this->getSkinUrl('images/grid-cal.gif'),
  'input_format' => $dateFormatIso,
  'format'       => $dateFormatIso,
  'time' => true
));

The key things to make it work are the “input_format”, “format”, and “time” parameters in the addField array. Setting the “time” variable to “true” makes the time input fields appear in the date selector pop-up.

local-subdomains-thumb

Developing code locally on your computer has some major benefits over using a web server. For one, it’s usually faster as you don’t have to wait for your file changes to upload to the web.

Learn how to take advantage of Apache’s VirtualHost module to create local subdomains for your development projects.

Ultimate Carbon Patterns Pack

I created a 16 set pattern pack for your everyday designs.   The pack is compatible with Adobe Photoshop.

deviantART 3D Wallpaper Pack

deviantART 3D Wallpaper Pack

I’ve made a wallpaper package for all of you deviantART fans.  I have included 10 colors, 2 style variations and variety of resolutions.  Read more…

Metal Mesh Patterns – Pack 1

I’ve created a patterns package for Photoshop which includes 13 various patterns that can be used for any type of interface design.

3D Encide Logo Tutorial (PSD Included!)

A full length video of a 3D logo being created in Photoshop. There is no sound or voice instruction, but the entire video is directed with captions below. Enjoy ;)

3D Encide Logo (.PSD)