Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Date Format needs adjustment
#1
Solved: 10 Years, 9 Months, 1 Week ago
Hello All,

My objective is to select date in the past, format it to dd.mm.yyyy format and input into field which validates only dates in this format. What I was able to produce so far is:

Code:
Dim TestDate
TestDate = DateAdd("d", -65, Date)

This code produces date in yyyy-mm-dd format. I have checked FormatDateTime function and there is no option to format date according to format that I require (dd.mm.yyyy). Since I have found no other VBScript functions which format dates I am asking whether you have encountered such situation and have some working solution?
Reply


Messages In This Thread
Date Format needs adjustment - by unbeliever - 01-15-2010, 01:05 PM
RE: Date Format needs adjustment - by unbeliever - 01-15-2010, 02:11 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to change 24 hrs time format to 12 hrs time format Varsha Gupta 1 2,653 04-21-2018, 11:06 AM
Last Post: Ankur
  How to validate a format of an alphanumeric string PrateepKaraval 2 5,810 11-08-2014, 10:26 AM
Last Post: vinod123
  How to validate date in an application should not accept less than future date. ruchi03 1 3,474 10-08-2014, 05:54 PM
Last Post: rajkumarsm
  Date Picker Issue - Unable to select date link dynamically rajkumarsm 1 4,991 09-20-2014, 09:31 AM
Last Post: rajkumarsm
  Pdf to Excel or any other Format Conversion branjitk 1 2,345 06-14-2012, 08:14 AM
Last Post: basanth27

Forum Jump:


Users browsing this thread: 1 Guest(s)