

Creator II
2011-02-17
05:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
makeDate
hey can any one guide me how can i make dateformat from 19380820 ie mm/dd/yyyy.
thx adavance.
- Tags:
- makedate
1 Solution
Accepted Solutions


Partner - Specialist III
2011-02-17
05:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi Srini,
This should help you Date(Date#(19830920,'YYYYMMDD'),'DD/MM/YYYY')
6 Replies


Partner - Specialist III
2011-02-17
05:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi Srini,
This should help you Date(Date#(19830920,'YYYYMMDD'),'DD/MM/YYYY')


Partner - Creator
2011-02-17
05:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You should work with the left(), right() or mid() functions.
Like this: Date( Makedate( Left(DATE,4), Mid(DATE,5,2) , Right(DATE,2)) , 'MM/DD/YYYY')


Creator II
2011-02-17
05:48 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

hey can any one guide me how can i make dateformat from 19380820 ie mm/dd/yyyy.
thx adavance.
1,713 Views

MVP
2011-02-17
05:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
what does your number 19380820 mean? Is it 1930(Year) 08 (month) and 20(day)? if it is so you can use DATE# function like : Date#(yourfield,'YYYYMMDD').
1,713 Views


Creator II
2011-02-17
05:53 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thx deepu its working
1,713 Views


Creator II
2011-02-17
05:56 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thx yaar.its working now as deepk script.
1,713 Views
