Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Added DateTime data type support. #48

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 13, 2014

  1. Added formatDateTime helper JS function

    RemoteTK didn't seem to support datetime fields. Part of supporting them is sending the datetime value in the right format, which this function does per the Apex docs.
    tompatros committed Feb 13, 2014
    Configuration menu
    Copy the full SHA
    69b581e View commit details
    Browse the repository at this point in the history
  2. Added DateTime data type support in writeFields

    DateTime data type was missing. Addition of formatDateTime in RemoteTK.component helps ensure proper format is passed.
    tompatros committed Feb 13, 2014
    Configuration menu
    Copy the full SHA
    c65b66c View commit details
    Browse the repository at this point in the history