08.04.2005, 14:42 | #1 |
Участник
|
Вычисление номера недели года от даты
Привет! Ни кто не сталкивался с такой проблемой : нужно от даты вычислить какой это будет номер недели года. Как это в коде будет X++ будет выглядеть? Может что посоветуете?!
|
|
08.04.2005, 14:52 | #2 |
Участник
|
используйте:
WkOfYr(today()); |
|
08.04.2005, 15:07 | #3 |
NavAx
|
выдержка из "Axapta Application Development Best Practices"
Цитата:
Current Business Date
systemDateGet() Most application logic should use the system function systemDateGet(), which holds the logic business date of the system (that can be set from the Status Bar). today() The system function today() should only be used where the actual machine date is needed. This is seldom the case.
__________________
Isn't it nice when things just work? |
|