Documentations
  • Welcome to PHPRad Documentations
  • Getting Started
    • System Requirements
    • Installation
    • Creating New Project
    • Creating New Database
  • Gallery
    • Component Gallery
  • Connecting to a database
    • Creating Database View
    • Creating Custom View
    • Syncing Database
    • Modifying Database
  • PHPRad Pages
    • Pages
      • Page Fields
      • Page Properties
        • List Page Properties
        • View Page Properties
        • Add Page Properties
        • Edit Page Properties
        • Delete Page Properties
      • Page Field Properties
        • List Page Field Properties
        • View Page Field Properties
        • Add Page Field Properties
        • Edit Page Field Properties
      • Modifying User Page
  • PHPRad Page Design
    • Layout Components
      • Row Components
      • Column Components
    • View Components
      • Accordion
      • Tab Page
        • Tab
      • Form Wizard
        • Step
          • CustomView
      • Modal Component
      • Header Component
      • Custom View Component
    • Page Filter Components
      • Button
      • Search Field
      • Range Field
      • Date Field
      • Multi-Choice List Field
      • Single Choice List Field
      • Select Field
      • Dropdown Menu
      • Nav Filter Menu
    • Menu Component
      • Static Menu
      • Dynamic Menu
    • Record Count Component
    • Chart Component
    • SubPage Component
      • List SubPage
      • View SubPage
      • Add SubPage
      • Edit SubPage
  • Security
    • Authentication
    • Adding Roles and Permissions
    • Adding User Record Management
    • Adding Audit Trail Log
  • Project Theme
    • Applying Project Theme
  • Settings
    • Project Settings
      • Project Configuration
      • Email Configuration
    • Menu Configuration
    • Global Settings
  • Publishing Application
    • Preview Application
    • Publish to Production
  • Project Explorer
    • Editing Project File Manually
    • Editing App Custom Css
Powered by GitBook
On this page
  • 01. Data Bind
  • FieldName
  • SingleFilter
  • DateMode
  • Comparator
  • Selection Type
  • 02. Component Design
  • PLaceholder
  • Label
  • InlineDisplay
  • FilterTag
  • WrapperClass

Was this helpful?

  1. PHPRad Page Design
  2. Page Filter Components

Date Field

PreviousRange FieldNextMulti-Choice List Field

Last updated 5 years ago

Was this helpful?

01. Data Bind

FieldName

Allows user to select the field in a database table by which the Date field will filter the records

SingleFilter

When set to True, filters only by the current single date component, when set to False, filters by multiple filter components

DateMode

  • Single: Allows for the selection of a single date

  • Multiple: Allows for selection of multiple date to be filtered by

  • Range: Allows for filtering of database records between two selected dates

Comparator

Used to validate the end-user input against the records in the database

Selection Type

  • DateOnly: Displays only date component when selected

  • TimeOnly: Displays only time component when selected

  • DateTime: Displays both date and time component when selected

02. Component Design

PLaceholder

Allows user to enter a default text in the date component when there's no input

Label

This is the title of the Date field component

InlineDisplay

When set to True, displays the date component in the current page, when set to False does not display in line

FilterTag

Allows user to name the tag of the filtered result after date has been selected and filtered

WrapperClass

This is where user adds custom class name created, to be applied to the date field