hub.eb?material_id=175&track_id=258

Field Types


All Fields have a type that corresponds to the type of data it represents.

New Fields are created with the character type by default, but the full list of types includes:

  • Boolean - true or false
  • Character - a string of any characters
  • Integer - whole numbers
  • Numeric - numbers with a decimal point
  • Currency - numbers with currency-specific options
  • Date - stored as an integer value, but displayed in date format set in the server preferences
  • Time - a time value, in hours, minutes, seconds and milliseconds
  • Datetime - date with time
  • Object - holds custom JavaScript objects

You can change a Field's type in its Properties View.

Steps


1

Create a new Field and give it the name date_of_birth.

2

Change the Field's type from Character to Date.

Current Module

Related