print

time_form ()

You are here: C97net5.04 HTML Functions

Create a time selectable form field.

function time_form ($prefix, $select = '', $interval = 5)

Use this function to create a selectable time form field. A time form field is a set of select form field consisting of two select fields: Hour & Minute, where users can select a time using the form fields.

$prefix = time form field id.

$select = selected time in 'HH:MM' format (optional).

$interval = set the interval for minute field, default 5 (optional).

Example 1

<?php
require './includes/user_init.php';

echo time_form ('time', date ('H:i'));
?>
Posted on: Aug-24-2010 at 07:00am
Last Updated: Jan-01-1970 at 07:00am

There is no comment. Why not be the first?

read more More Comments/Post Your Own

Account

Search

Tags

acp add all also any create default display don download easy echo etc features field file files folder form function includes information init kemana link list may module name need number own page php please qengine read require script set site skin time tpl url use user using version welcome