Search found 41 matches: date format

Searched query: date format

by AmigoJack
Sun May 14, 2023 9:15 pm
Forum: General
Topic: USA dates to UK?
Replies: 2
Views: 2688

Re: USA dates to UK?

You could have searched the forums and would have found Formatting the system date in a macro : 12/3/2022 ... Is it possible to convert the date display to 2022-12-03 format? That's halfway what you want: a date in the US format and adding leading zeroes (minus the century in the year). S earch | R ...
by ineuw
Sat Dec 03, 2022 8:05 am
Forum: General
Topic: Formatting the system date in a macro
Replies: 2
Views: 1723

Formatting the system date in a macro

I use a date, time and filename macro which generates the following: 12/3/2022 - 2:57 AM - P:\doc2.txt

Is it possible to convert the date display to 2022-12-03 format?
by FanSince2001
Fri Nov 08, 2019 9:25 am
Forum: General
Topic: SOLVED: Units: page setup margins inches millimeters
Replies: 2
Views: 499

tyuyt

... or go down... Time & Language Region (scroll down)... Additional date, time ... ARGH!!!... the two "same" machines don't behave the same here. Just keep pressing on. You may be taken via Control Panel, you may get into the right "Customise format" dialog directly... the one with "Numbers ...
by Morley
Mon Sep 22, 2014 2:22 pm
Forum: General
Topic: Apostrophe Apprehension
Replies: 12
Views: 3285

... who may have the same issue. I am using a Dell computer with an up to date version of Windows 7 in 64 Bit format. I am using textPad with a standard Arial font but have tried numerous other fonts with no luck. I am also aware that the designers of this product have quietly refused to update the ...
by srive99
Wed Jul 18, 2012 2:05 pm
Forum: General
Topic: date format help
Replies: 2
Views: 509

date format help

Hello All, I have a date coming to my application and within the application I need to convert date format using regex. Could some one help me. my input date could be any of following... this is just an example date 12/12/12 1/12/12 12/1/12 12/12/2012 1/12/2012 12/1/2012 and my desired output should be ...
by heartfulSoul
Sat Apr 09, 2011 2:59 am
Forum: General
Topic: modifying date format
Replies: 1
Views: 302

modifying date format

How do i change the date format ?
Fri08Apr2011 PM0743

I've done it before i upgraded again.
Now it's lost to me. :oops: :roll:
same with time.
by lisamark0822
Mon Mar 07, 2011 5:40 pm
Forum: General
Topic: Replacing Groups Of Numbers With Date
Replies: 1
Views: 121

Replacing Groups Of Numbers With Date

Hi,

I have a file that has the date in mmddyyyy format. I need to change it to mm/dd/yyyy. Is there an way to do this in textpad?

01012011 needs to be changed to 01/01/2011.

Thanks,

Mark
by scottbass
Tue Mar 16, 2010 10:28 pm
Forum: General
Topic: Updating program header with current filename
Replies: 1
Views: 864

Updating program header with current filename

Hi, We have program headers in the following format: /*==================================================================== Study Number : XXXX Program ... More comment Macros Called : None Originally Written by : Scott Bass Date : 11MAR2010 Program Version # : 1.0 ...
by techpad1
Wed Feb 10, 2010 11:20 pm
Forum: General
Topic: replacing mixed date formats to default mySQL date
Replies: 3
Views: 403

replacing mixed date formats to default mySQL date

Hello! I have an issue regarding a find & replace of mixed date formats in a csv file to a default mysql format. I've attempted to use something like the following regular expression (regexp) with no success. FIND: \([1-9]|0[1-9]|1[012]\)[- /.]\([0-9]|0[1-9]|[12][0-9]|3[01]\)[- /.]\((19|20)[0-9 ...
by dlherrin
Wed Jan 28, 2009 3:10 pm
Forum: WildEdit
Topic: Having trouble with replace of repetitive lines
Replies: 1
Views: 1945

Having trouble with replace of repetitive lines

... Princeton University Function Revenue by Category Sorted by Function Date Filtered by Site = TEST "Tuesday, November 4, 2008" Event # Event Name ... t$2\t$3\t$4\t$5\t$6\t$7\t$8 Options: * Regular expression * Replacement format (Above and below the repeating data lines are lines consisting solely of ...
by dougwong55
Mon Oct 13, 2008 8:28 pm
Forum: General
Topic: Problem with Numeric Sort?
Replies: 2
Views: 564

Problem with Numeric Sort?

I have a number of dates, 1 per line, in descending order. I would like to sort them in ascending order. When I select the seemingly logical "numeric ... code order checked. portion of original data. dates in U.S. date format: month/day/year ... 07/21/2008 07/21/2008 07/20/2008 07/20/2008 07/20 ...
by billyclark
Thu May 22, 2008 1:35 am
Forum: General
Topic: excel xml issue, but could textpad come to the rescue?
Replies: 3
Views: 414

here's the issue in more detail

... that's what actually gets stored. Excel has this auto-number format matching capability where it tries to make sense of what is manually entered in order to deduce if that's a string, a number, a boolean or a date and applies a number format accordingly, but what's being stored as a value is ...
by jpg
Tue Apr 15, 2008 11:56 am
Forum: General
Topic: Change date format
Replies: 2
Views: 496

Change date format

I have to change date format from

18 de Febrero de 1981


to DD/MM/YYYY

Thanks
by ACRobin
Thu Mar 13, 2008 9:02 am
Forum: General
Topic: Using tables
Replies: 6
Views: 441

... you will need to run a regular expression against it to do the work of formatting - that or manually format the file contents or write a macro. A php script or similar may also be used to format your data to produce your flash content. Your information supplied to date contains too many gaps. For ...
by Cheemag
Thu Jan 31, 2008 12:01 pm
Forum: General
Topic: Date in Macro or Clip
Replies: 2
Views: 194

>There's a menu command to insert the current date: Edit->Insert->Short >Date, which you can record as part of the macro. > >If you set the short date format in Control Panel to "dd-MMM-yy", you'll get >a date like "30-Dec-08", which you can edit in the macro to get the output >you want. Thank you ...