File: Numberformat.tjp

package info (click to toggle)
tj3 3.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,048 kB
  • sloc: ruby: 36,481; javascript: 1,113; sh: 19; makefile: 17
file content (13 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
project prj "Project" "1.0" 2000-01-01 - 2000-03-01 {
  timezone "Europe/Berlin"
  # German number format: e. g.  -10000,20 5014,11
  numberformat "-" "" "" "," 2

  # US currency format: e. g. (10,000.20) 5,014.11
  currencyformat "(" ")" "," "." 2
}

task t "Task" {
  start ${projectstart}
  milestone
}