예제 #1
0
파일: index.php 프로젝트: PseudoAj/mfcs
?>
</i>)</li>
																<li><b>%timestamp%</b><br>The current UNIX system timestamp. (<i>Example: <?php 
echo forms::applyFieldVariables('%timestamp%');
?>
</i>)</li>
															</ul>
															<hr>
															<b>Custom Date/Time</b>
															<ul style="list-style: none;">
																<li>
																	<b>%date(FORMAT)%</b><br>
																	You can specify a custom format when creating dates and times where FORMAT is a PHP <a href="http://us2.php.net/manual/en/function.date.php" target="_blank">date()</a> format string.
																	<br>
																	<b><i>Example:</i></b> %date(l, m j Y)% becomes <?php 
echo forms::applyFieldVariables('%date(l, F j Y)%');
?>
																</li>
															</ul>
														</div>
													</div>
												</div>
											</span>

											<span class="span6" id="fieldSettings_container_placeholder">
												<div class="control-group well well-small">
													<label for="fieldSettings_placeholder">
														Placeholder Text
														<i class="icon-question-sign" rel="tooltip" data-placement="right" data-title="If there is no value in the field, this can tell your users what to input."></i>
													</label>
													<input type="text" class="input-block-level" id="fieldSettings_placeholder" name="fieldSettings_placeholder" />