Cho mình hỏi về date_time trong drupal 7

Events happening in the community are now at Drupal community events on www.drupal.org.
hophuoctu's picture

Cho mình hỏi về date_time trong drupal 7

Đây là field date mình sử dụng trong module:
form['form_wrap']['arrival_date'] = array(
'#type' => 'date',
'#title' => t('Arrival Date :'),
'#required' => TRUE,
);//end for form['arrival_date']

Nhưng khi mình dùng form_submit trong drupal 7 thì mình get date để lưu vào database thì không được, mình sử dụn cái này.
format_date($values['arrival_date'], 'custom', 'Y-m-d H:i:s O').
Không biết dùng thế nào để có thể lấy đúng và lưu vào database. Mong các bác giúp đỡ.

Read more
Subscribe with RSS Syndicate content