Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A administrate
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 32
    • Merge requests 32
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • thoughtbot, inc.
  • administrate
  • Merge requests
  • !76

Add support for Time, Date, and DateTime

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge gw-datetime into master Sep 04, 2015
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 26

Created by: gracewashere

https://trello.com/c/UkczYXFe/58-datetime-fields

Why?

Up until now, dates, times, and datetimes have been displayed in the app looking something like this: 2015-07-31 23:48:57 UTC.

That's terrible.

Changes:

  • Update generators to assign DateTime fields
  • Add views for Field::DateTime
  • Add datetime table column to Orders for testing
  • Add a date/time picker to DateTime fields
    • Manually entering dates is difficult, tedious, and error-prone.

Related changes:

  • Created the datetime_picker_rails gem based on Bootstrap 3 Datepicker.

administrate_and_developer_tools_-http___eonasdan_github_io_bootstrap-datetimepicker


administrate_and_developer_tools_-http___eonasdan_github_io_bootstrap-datetimepicker


datetime_picker


Tags: #ruby

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: gw-datetime