Community
All Communities
Products
ArcGIS Survey123
ArcGIS Pro
ArcGIS Online
ArcGIS Enterprise
Data Management
ArcGIS Web AppBuilder
Geoprocessing
ArcGIS Collector
ArcGIS Spatial Analyst
Imagery and Remote Sensing
ArcGIS Dashboards
ArcGIS CityEngine
All Products Communities
Industries
Education
Water Resources
Gas and Pipeline
State & Local Government
Water Utilities
Transportation
Telecommunications
Natural Resources
Electric
Roads and Highways
Commercial
AEC (Architecture, Engineering and Construction)
All Industries Communities
Developers
Python
ArcGIS API for JavaScript
ArcGIS Runtime SDKs
ArcObjects SDK
ArcGIS API for Python
ArcGIS Pro SDK
Developers - General
ArcGIS API for Silverlight (Retired)
ArcGIS REST API
ArcGIS API for Flex (Retired)
ArcGIS Online Developers
ArcGIS for Windows Mobile (Retired)
All Developers Communities
Worldwide
ArcGIS 開発者コミュニティ
Comunidad Esri Colombia - Ecuador - Panamá
ArcNesia
ArcGIS Content - Esri Nederland
Czech GIS
Comunidad GEOTEC
Esri Ireland
Esri Italia Community
Esri India
Swiss Geo Community
Rwanda Geospatial Forum
Používatelia ArcGIS
All Worldwide Communities
All Communities
Products
Developers
User Groups
Industries
Services
Community Basics
Worldwide
Events
ArcGIS Topics
Learning
Networks
View All Communities
ArcGIS Ideas
Community Basics
Community Help Documents
Community Blog
Community Feedback
Member Introductions
Sign In
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Cancel
Home
:
All Communities
:
Developers
:
ArcGIS API for JavaScript
:
ArcGIS API for JavaScript Questions
:
dateformat in Attribute Inspector
Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
dateformat in Attribute Inspector
Subscribe
379
3
06-25-2014 04:37 PM
by
Town_ofSnowflak
e
Occasional Contributor
06-25-2014
04:37 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
Is it possible to display both the date AND the time using the Attribute Inspector?
shortDateshortTime doesn't seem to display a time
Tags
(2)
Tags:
javascript
web_developers
Reply
0
Kudos
All Posts
Previous Topic
Next Topic
3 Replies
by
AndyGup
Esri Regular Contributor
06-26-2014
07:47 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
@meloking, I'm not sure however have you tried specifying a TimeTextBox as a custom widget to the Attribute Inspector?
Here are two examples to demonstrate what I'm suggesting:
Attribute Inspector sample with custom widget:
https://developers.arcgis.com/javascript/jssamples/ed_attributeInspectorValidate.html
Dojo TimeTextBox:
http://dojotoolkit.org/reference-guide/1.10/dijit/form/TimeTextBox.html
-Andy
Reply
0
Kudos
by
StevenGraf1
Regular Contributor
06-26-2014
08:14 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
Here
is a link for formatting infoWindow content. It might help get you started. I'm not sure if the commands are the same for the AttributeInspector.
Here
is a sample where they format AttributeInspector content
Hope this helps
Reply
0
Kudos
by
JonathanUihlein
Regular Contributor II
06-26-2014
08:32 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
Unfortunately, the AttributeInspector widget does not currently support time by default.
However, it has been updated for the next release (due out before the UC).
Reply
0
Kudos
Post Reply