How to import date DD-MMM-YYYY Format in Nav

dipakpatel2505
Member Posts: 169
Hi All,
I am having following problem:
I am importing from Excel file using Excel buffer by Code as shown below:
ExcelBuf.OpenBook(FileName,SheetName);
ExcelBuf.ReadSheet;
There is one field "Submit Date/Time" (having data in format 13-Nov-2012 10:37:54 AM EST) as shown in attached screenshot. I want to import "Submit Date/Time" value in "Document Date" field of Gen Jnl Line.
I have try to do it using Evaluate function but it gives following error:
Microsoft Dynamics NAV Classic
'13-Nov-2012 10:37:54 AM EST' is not a valid date.
OK
Any help is appriciated.
I am having following problem:
I am importing from Excel file using Excel buffer by Code as shown below:
ExcelBuf.OpenBook(FileName,SheetName);
ExcelBuf.ReadSheet;
There is one field "Submit Date/Time" (having data in format 13-Nov-2012 10:37:54 AM EST) as shown in attached screenshot. I want to import "Submit Date/Time" value in "Document Date" field of Gen Jnl Line.
I have try to do it using Evaluate function but it gives following error:
Microsoft Dynamics NAV Classic
'13-Nov-2012 10:37:54 AM EST' is not a valid date.
OK
Any help is appriciated.
0
Comments
-
The format from the excel cant be retrieved.
Instead make a simple algorithm like this
since the date 'space' time
i would suggest get the string to chop it off till the space of the date
then convert it from that point.
you may want to try format/ or dmytodate0 -
It seems that there is different between Classic and RTC. In RTC, it is a DateTime type.
Classic
EVALUATE(rImportBuffer."Invoice Date", ExcelBuf."Cell Value as Text");
RTC
EVALUATE(vInvDate, ExcelBuf."Cell Value as Text");
rImportBuffer."Invoice Date" := DT2DATE(vInvDate);
(vInvDate is a datetime type)0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions