1

I'm using Eclipse RCP and I'm looking for a DateTime Control which can be localized. Before I write my own I wish to know whethere there are some ready-to-use alternatives.

Although a Calendar object can be localized according to this bug this is not true for the DateTime Control.

Do you have any ideas? Any SWT or JFace (?) Control will do.

Adam Arold
  • 29,285
  • 22
  • 112
  • 207

1 Answers1

1

For the nebula CDateTime Widget you can enter a localized date-pattern, for details see http://eclipse.org/nebula/widgets/cdatetime/cdatetime.php?page=patterns

Tom Seidel
  • 9,525
  • 1
  • 26
  • 38