source: trunk/Cocoa/Pester/Source/NJRDateFormatter.h@ 361

Last change on this file since 361 was 360, checked in by Nicholas Riley, 16 years ago

Pester.xcodeproj: Add Perl embedding bits; remove SoundFileManager.h.

DynaLoader.a: i386/ppc version from Tiger; Leopard's version causes
Tiger to crash.

Info-Pester.plist: Updated copyright date.

Read Me.rtfd: Remove .typeAttributes.dict, no longer used; update a
bit.

PSTimeDateEditor.m: Switch to NJRDateFormatters again.

NJRDateFormatter.[hm]: Removed old-style date formatter workarounds;
added code for using Date::Manip and trying multiple ICU-based date
formatters.

English.lproj/InfoPlist.strings: Updated copyright date.

English.lproj/MainMenu.nib: Modified date completion menu for items
Date::Manip can parse.

Manip.pm: Date::Manip 5.47, converted to UTF-8.

File size: 390 bytes
Line 
1//
2// NJRDateFormatter.h
3// Pester
4//
5// Created by Nicholas Riley on Wed Oct 09 2002.
6// Copyright (c) 2002 Nicholas Riley. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
11
12@interface NJRDateFormatter : NSDateFormatter {
13 NSArray *tryFormatters;
14}
15
16+ (BOOL)naturalLanguageParsingAvailable;
17+ (NJRDateFormatter *)dateFormatter;
18+ (NJRDateFormatter *)timeFormatter;
19
20@end
Note: See TracBrowser for help on using the repository browser.