# File lib/taskjuggler/Attributes.rb, line 200 def initialize(property, type, container) super end
# File lib/taskjuggler/Attributes.rb, line 212 def DateAttribute::tjpId 'date' end
# File lib/taskjuggler/Attributes.rb, line 204 def to_s(query = nil) if (v = get) v.to_s(query ? query.timeFormat : '%Y-%m-%d') else 'Error' end end