skip to main
|
skip to sidebar
home
ABOUT ME
CONTACT
AX Guide
Microsoft Dynamics AX Development Guide
APPLICATION OBJECT TREE (AOT)
Table
View
EDT
Base Enum
FORM
X++
Basic Script
Job Query
MORPHX REPORT
Standart
Advance
SRSS REPORT
Simple
RDP
CLASS
Simple
Run Base Form
Custom
OTHER
Old Report
Query
August 12, 2015
Home
»
SSRS Report
» Format Date Time On SSRS Report
Format Date Time On SSRS Report
Posted by
Andik Mabrur
at
8/12/2015
On SSRS server, format standart for DateTime was adapted from Computer Setting. If we want to change this format, we must use an expression
Format(Date, "StringFormat")
like picture below
Related Posts
0 comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Popular Posts
How to Get Worker Information
Now in Microsoft Dynamics AX 2012, hcmWorker table just consist of 2 fields. But from this table we can get many information about worker. F...
Get Financial Dimension Value from Worker Position
To get financial dimension value from worker position, add a new method in hcmWorker Table with script like below: public static str getDi...
How to Create Primary Key Table in AX 2012
This step below is to create primary key in a table in AX 2012. It can consist of single field. 1) Create the Table and add require...
Show Company Name In SSRS Report
Add an expression to a TextBox that view Company name and write it : =Microsoft.Dynamics.Framework.Reports.DataMethodUtility. GetFullCo...
Get Company Information
To get company information in AX 2012 is soo easy. I will show in a job with script below : static void CompanyInformation(Args _args) { ...
Labels
Administration
(1)
AX 2012
(24)
DateTime
(1)
Form
(4)
Job
(14)
Setup
(2)
SSRS Report
(4)
Table
(1)
UtcDateTime
(1)
Views
(2)
Virtual Box
(1)
Windows Server
(1)
Workflow
(1)
X++
(16)
Total Pageviews
0 comments:
Post a Comment