OutSystems Forge 日本語データベース

JulianDateConverter

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2008-03-28 1.0.1 Annemarie Sonnenberg Libraries
このeSpaceはユリウス日付を通常の日付に変換します。
このeSpaceは、ユリウス日付を通常の日付に変換します。 JD Edwardsのようなシステムのユリウス日は、次のように動作します。最初の3桁は1900年から始まる年と世紀です.2番目の3桁はその年の日です。 たとえば、108034は2008/02/03(2008年2月3日)です。 特徴 eSpaceにはConvertJulianDate関数が含まれています。これは他のeSpaceでも使用できます。 入力パラメータタイプ整数 出力パラメータタイプ日付 ユリウス日が有効な日付でない場合、ConvertJulianDate関数はdateとして1900/01/01を返します。 システム要件と制限 OutSystemsプラットフォーム4.0.X + Service Studio 4.0.X +

[Overview]
This eSpace converts a Julian Date to a regular date
[Detail]
This eSpace converts a Julian Date to a regular date. A Julian Date in systems like JD Edwards work this way: First 3 digits are the year and century, starting at 1900. Second 3 digits are the day in the year. For example 108034 would be 2008/02/03 (3 Feb 2008). Feature List The eSpace contains the function ConvertJulianDate, which can be used in any other eSpace. Input parameter type Integer Output parameter type Date If the Julian Date is not a valid date, the ConvertJulianDate function returns 1900/01/01 as date. System Requirements and Limitations OutSystems platform 4.0.X+ Service Studio 4.0.X+
戻る