Search found 1 match

by rino
Tue Mar 07, 2006 10:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to achieve date
Replies: 13
Views: 6136

Hi ,
U can solve such a requirment by converting the Input Date to Julian and subract one from the result

DateFromJulianDay(JulianDayFromDate(Input_date) -1)