1SOAP::Utils(3) User Contributed Perl Documentation SOAP::Utils(3)
2
3
4
6 SOAP::Utils - a utility package for SOAP::Lite
7
9 This class gives you access to a number of subroutines to assist in
10 data formatting, encoding, etc. Many of the subroutines are private,
11 and are not documented here, but a few are made public.
12
14 format_datetime
15 Returns a valid xsd:datetime string given a time object returned by
16 Perl's localtime function. Usage:
17
18 print SOAP::Utils::format_datetime(localtime);
19
21 Copyright (C) 2000-2004 Paul Kulchenko. All rights reserved.
22
23 This library is free software; you can redistribute it and/or modify it
24 under the same terms as Perl itself.
25
27 Byrne Reese (byrne@majordojo.com)
28
29
30
31perl v5.38.0 2023-07-21 SOAP::Utils(3)