News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Getting Lines Between Two Dates

Started by Force, February 14, 2012, 01:34:54 PM

Previous topic - Next topic

Force

Hi


i need to get lines from txt file

but i wanna get lines between two dates for example ;


Between December 20,2011 -- January 05,2012

How can i do it ?
Never Stop Until You Are Better Than The Best

qWord

go through all lines, read the dates (StringToDateTime()) and compare themĀ  (CompareDateTime()) with given range -> \masm32\help\DateTime.chm
FPU in a trice: SmplMath
It's that simple!

Force

Never Stop Until You Are Better Than The Best