-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Description
Version: R16
The plugin affects strings which are going to be printed.
It's not required to include the include file
This also affects format() and on top of this BlueG's mysql plugin.
` print("%Y %D %M");
print("%h:%i:%s %x");
print("Y D M");
print("h i s x");
print("%Y ");
print("%D ");
print("%M");
print("%h");
print("%i ");
print("%s");
print("%x");
`
Result
Y D M h i s x
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels